@charset "utf-8";
/* CSS Document */
/*公司简介*/
.section1 {
    position: relative;
    z-index: 29;
    padding-top: 100px;
    padding-bottom: 66px;
}

.section1 .timg {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -24px;
    left: 0;
}

.section1 .title {
    text-align: center;
    margin-bottom: 28px;
}

.section1 .brief {
    text-align: center;
    font-size: 17px;
    max-width:1200px;
    margin: 0 auto 54px;
    line-height: 2;
    color: #666666;
}

.numberbox{ width:95%; margin:50px  auto;}
 .number {
    margin: 10% 0 0 0;
}

.number ul {
    overflow: hidden;
    padding: 0 0%;
}

.number ul li {
    float: left;
    width: 25%;
    padding: 0 0 8% 0;
	text-align:center;
	
}

 .number ul li h3 .ziti {
    padding: 0 5px 0 0;
    font-size: 58px;
    color: #e6002d;
    letter-spacing: 0;
    font-family: "montserratr";
}
.number ul li h3 .jia{ color:#666; font-size:20px; font-weight:bold;}
 .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
/*公司简介*/

/*产品中心*/
.section2 {
    position: relative;
    z-index: 33;
}

.section2 .wrap {
    padding-top: 110px;
    padding-bottom: 154px;
    padding-left: 6%;
    background-color: #fafbfd;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1820px auto;
}
.section2 .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}

.section-title {
    display: flex;
    align-items: center;
}

.section-title span {
    font-size: 35px;
    font-weight: 100;

}

.section2 .title-wrap .state {
   
 
    padding-left: 24px;
    border-left: 1px solid #aeb5bd;
    height: 31px;
    margin-left: 25px;
    line-height: 31px;
	
	   font-size: 24px;
    font-family: 'Times New Roman", Times, serif';
    color: #c8c8c8;

}


.index-product-wrap {
    position: relative;
}


.index-product-list {
    display: flex;
    align-items: stretch;
    border-left: 1px solid #e5eaf6;
    border-top: 1px solid #e5eaf6;
    width: 950px;
    flex-wrap: wrap;
    max-width: 100%;
}

.index-product-list .ss::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 42px;
    height: 22px;
    background-image: url(../images/san.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -21px;
    bottom: -2px;
    display: none;
}

.index-product-list .item:nth-child(odd) {
    background-color: #f0f0f0;
}
.index-product-list .item {
    width: 20%;
    padding-top: 46px;
    padding-bottom: 44px;
    border-right: 1px solid #e5eaf6;
    border-bottom: 1px solid #e5eaf6;
    display: block;
    transition: all .2s ease;
    position: relative;
}

.index-product-list .item .img {
    height: 78px;
    text-align: center;
    line-height: 78px;
}

.index-product-list .item .img img {
    max-height: 100%;
    width: 110px;
  
}


.index-product-list .item .name {
    margin-top: 26px;
    color: #283c4f;
    text-align: center;
    font-size: 16px;
}

.slide-product {
    background-color: #fff;
    padding: 32px 10px;
    display: flex;
    align-items: stretch;
    max-width: 1130px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.slide-product .namewrap {
    width: 265px;
    flex-shrink: 0;
}

.slide-product .namewrap .name {
    color: #283c4f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

.slide-product .namewrap .colors {
    margin-bottom: 80px;
}
.colors {
    text-align: center;
}

.colors span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
}

.slide-product .middle {
    flex: 1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 50px;
}

.slide-product .middle .state {
    color: #787e84;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.index-product-list .ss.active::after {
    display: block;
}

.index-product-list .ss.active {
    background-color: #e6002d;
}
.index-product-list .ss.active .name {
    color: #fff;
}

.partlist {
    display: flex;
    flex-wrap: wrap;
}

.partlist li {
    width: 25%;
    margin-top: 20px;
}

.partlist li .pic {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e8eaee;
}

.partlist li .tt {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}
.slide-product {
    background-color: #fff;
    padding: 32px 10px;
    display: flex;
    align-items: stretch;
    max-width: 1130px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.slide-product .namewrap {
    width: 265px;
    flex-shrink: 0;
}

.slide-product .namewrap .name {
    color: #283c4f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

.slide-product .namewrap .colors {
    margin-bottom: 80px;
}

.slide-product .close {
    display: flex;
    width: 88px;
    text-align: center;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-product .close .icon {
    margin-bottom: 14px;
}

.slide-product .close:hover {
    color: #1768b4;
}

.slide-product .middle {
    flex: 1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 50px;
}

.slide-product .middle .state {
    color: #787e84;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.partlist {
    display: flex;
    flex-wrap: wrap;
}

.partlist li {
    width: 25%;
    margin-top: 20px;
}

.partlist li .pic {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e8eaee;
}

.partlist li:last-child .pic {
    border-right: 0;
}

.partlist li .pic img {
    max-height: 100%;
    max-width: 80%;
}

.partlist li .tt {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}

.partlist li a:hover .tt {
    color: #1768b4;
}
.more {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/yuan1.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #1768b4;
    transition: all .3s ease;
    font-size: 14px;
}
.block-center {
    text-align: center;
}
.section-title img {
    margin-right: 15px;
}

/*产品中心*/
/*工程展示*/
.content_super {
	margin: 150px 50px 78px 50px;
	
}

.super_ul {
	overflow: hidden;
	width: 100%;
	height: 600px;
}



.super_ul>li {
	overflow: hidden;
	width: 25%;
	height: 600px;
	float: left;
	position: relative;
	cursor: pointer;
}

.super_ul>li>img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.super_cen {
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.5); */
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	z-index: 10;
	display: block;
}

.super_cen h3,
.super_not h3 {
	overflow: hidden;
	margin: 252px 20px 0 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 32px;
}

.super_cen span,
.super_not span {
	overflow: hidden;
	display: block;
	margin: 0 20px;
	height: 52px;
	line-height: 52px;
	font-family: Arial;
	text-transform: uppercase;
}

.all_bo {
	width: 48px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
	display: block;
}

.super_not {
	top: -100%;
}

.super_pop>img {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
}

.super_pop {
	overflow: hidden;
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.super_ul>li * {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.super_p {
	overflow: hidden;
	height: 168px;
	line-height: 28px;
	margin: 60px 20px 0 20px;
}

.super_not {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	color: #fff;
	text-align: center;
	z-index: 10;
}

.super_ul>li:hover .super_pop>img {
	opacity: 1;
	top: 0;
	height: 100%;
}

.super_ul>li:hover .super_cen {
	opacity: 0;
}

.super_ul>li:hover .super_not {
	top: 0;
}

.super_ul>li .super_p {
	position: relative;
	top: 120px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.4s;
}

.super_ul>li:hover .super_not .super_p {
	opacity: 1;
	top: 10px;
}

.mar_top {
	margin: 175px 20px 0 20px !important;
}

.index-title {
    padding-bottom: 40px;
    text-align: center;
}

.index-title a {
    display: block;
    max-width: 860px;
    margin: 0 auto;
}

.index-title h3 {
    font-size: 35px;
	font-weight:100;
}
.index-title .en {
    font-size: 24px;
	
	    font-family:'SourceHanSan';
	color:#c8c8c8;
}
.index-title .p {
    margin-top: 10px;
}
.index-title-line:after {
    content: '';
    display: block;
 
    width: 45px;
    height: 15px;
    background-color: #cd0f16;
	transform: skew(30deg);
	
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	margin:30px auto;
}
/*工程展示*/
/*新闻中心*/
.index5 {
  margin: 50px auto;
}

.index5 .top {
  margin-top: 30px;
  position: relative;
}

.index5 .top .more {
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .product_nav .product_nav_inner {
  background: transparent;
  justify-content: flex-start;
}

.index5 .product_nav .product_nav_inner .product_nav_item {
  margin-left: 0;
}

.index5 .content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.index5 .left {
  width: 49%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.index5 .left a {
  background:#e6002d;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  height: 100%;
  padding-bottom: 116px;
}

.index5 .left a .img_wrap {
  overflow: hidden;
  height: 100%;
}

.index5 .left a .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index5 .left a .text {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index5 .left a .text .left {
  width: calc(100% - 128px);
  padding-right: 20px;
  position: static;
}

.index5 .left a .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a .text h6 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
 
  margin-top: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .left a .text .right {
  display: flex;
  align-items: center;
  color: #fff;
  
  width: 128px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
}

.index5 .left a .text .right .dd {
  font-family: Arial;
  font-size: 46px;
  line-height: 36px;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin-right: 8px;
}

.index5 .left a .text .right .yyyy-mm {
  font-size: 16px;
  line-height: 18px;
}

.index5 .right {
  width: 49%;
  margin-left: 51%;
}

.index5 .right .top {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index5 .right .top a {
  width: 48%;
  background: #e6002d;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

.index5 .right .top a .img_wrap {
  overflow: hidden;
}

.index5 .right .top a .img {
  width: 100%;
  padding-top: 62.5%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .top a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index5 .right .top a .text {
  padding: 20px 28px;
}

.index5 .right .top a .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .top a .text h6 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;

  margin-top: 12px;
  display: flex;
  align-items: center;
}

.index5 .right .top a .text h6 img {
  margin-right: 4px;
}

.index5 .right .bottom {
  margin-top: 30px;
}

.index5 .right .bottom a {
  display: block;
  background: #fff url(../images/index5_bg.png) right bottom no-repeat;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  padding: 20px 28px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a:hover  {
  background: #e6002d url(../images/index5_bg.png) right bottom no-repeat; 
}

.index5 .right .bottom a:hover .line2{color:#fff !important;}
.index5 .right .bottom a .text_t {
}

.index5 .right .bottom a .text_t h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a .text_t h6 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  
  margin-top: 12px;
  height: 64px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.index5 .right .bottom a .text_b {
  border-top: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.index5 .right .bottom a .text_b .l {
}

.index5 .right .bottom a .text_b .l h6 {
      font-size: 16px;
    line-height: 32px;
    color: #999;
    display: flex;
    align-items: center;
   
    transition: all .3s ease;
}

.index5 .right .bottom a .text_b .l h6 img {
  margin-right: 4px;
}

.index5 .right .bottom a .text_b .r {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  display: flex;
  align-items: center;
}

.index5 .right .bottom a .text_b .r img {
  margin-left: 4px;
}

.index5 .right .bottom a:hover .text_t h4,
.index5 .right .bottom a:hover .text_t h6,
.index5 .right .bottom a:hover .text_b .l h6,
.index5 .right .bottom a:hover .text_b .r {
  color: #fff;
}
.index4 .top .more:hover,
.index5 .top .more:hover {
  color: #fff;
}
.container{    margin: 150px 50px 78px 50px;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a:hover .line2 { color:#fff;}
.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
	font-size:13px !important;
}
.img_h {
    position: relative;
    cursor: pointer;
}
.index5 .right .bottom a .text_b .l h6 img {
    margin-right: 4px;
}

.img_h img {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img_h img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}


/*新闻中心*/
/*底部*/
.foo {

    width: 100%;

    height: 468px;

    padding-top: 50px;

    box-sizing: border-box;

    background: url(../images/foo_bg.jpg) center no-repeat;

  }

  .foo .foo_main .foo_add {

    width: 100%;

  }

  .foo .foo_main .foo_add .add_item {

    float: left;

    width: 33.333333%;

  }
    @keyframes msClock {

      0%,70%,100% {

        transform: rotate(0) scale(1);

      }

      10%,30% {

        transform: rotate(-15deg) scale(1.1);

      }

      20%,40% {

      transform: rotate(15deg) scale(1.1);

      }

  }


  .foo .foo_main .foo_add .add_item:hover > i:after {

    animation: 2s infinite msClock;

  }

  .foo .foo_main .foo_add .add_item > i {

    width: 55px;

    height: 55px;

    border: solid 1px rgba(255, 255, 255, 0.1);

    box-sizing: border-box;

    border-radius: 50%;

    position: relative;

  }



  .foo .foo_main .foo_add .add_item > i::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    border-radius: 50%;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .foo .foo_main .foo_add .add_item .add_txt {

    margin-left: 22px;

    background: url(../images/add_line.png) left center no-repeat;

    padding-left: 25px;

    color: #ffffff;

  }

  .foo .foo_main .foo_add .add_item .add_txt > p {

    font-size: 16px;

    font-family: Arial;

    height: 16px;

    line-height: 16px;

    margin-bottom: 16px;

  }

  .foo .foo_main .foo_add .add_item .add_txt > h3 {

    font-size: 24px;

    font-family: Arial;

    height: 24px;

    line-height: 24px;

    color: #ffffff;

  }

  .foo .foo_main .foo_add .add_item:nth-child(1) > i::after {

    background: url(../images/add1.png) center no-repeat;

  }

  .foo .foo_main .foo_add .add_item:nth-child(2) > i::after {

    background: url(../images/add2.png) center no-repeat;

  }

  .foo .foo_main .foo_add .add_item:nth-child(3) > i::after {

    background: url(../images/add3.png) center no-repeat;

  }

  .foo .foo_main .foo_cen {

    width: 100%;

    margin-top: 75px;

  }

  .foo .foo_main .foo_cen .foo_nav dl {

    float: left;

    width: 195px;

    background: url(../images/foo_line.png) left top no-repeat;

    padding-left: 50px;

    box-sizing: border-box;

  }
  
  .foo .foo_main .foo_cen .foo_nav .prodaa {

    float: left;

    width: 195px;

    background: url(../images/foo_linea.png) left top no-repeat;

    padding-left: 50px;

    box-sizing: border-box;

  }

  .foo .foo_main .foo_cen .foo_nav dl > dt {

    width: 100%;

    font-size: 18px;

    font-weight: bold;

    height: 18px;

    line-height: 18px;

    color: #ffffff;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-bottom: 15px;

  }

  .foo .foo_main .foo_cen .foo_nav dl > dd {

    width: 100%;

    font-size: 14px;

    height: 14px;

    line-height: 14px;

    color: rgba(153, 153, 153, 0.7);

    margin-top: 25px;

  }
  
  .pronav{ margin-bottom: 25px; margin-top:5px !important;}

  .foo .foo_main .foo_cen .foo_nav dl > dd > a {

    display: block;

    width: 100%;

    height: 100%;

    color: #999999;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

  }

  .foo .foo_main .foo_cen .foo_nav dl > dd > a:hover {

    color: #fff;

    transform: translate(5px);

  }

  .foo .foo_main .foo_cen .ewm {

    height: 150px;

    padding-left: 115px;

    box-sizing: border-box;

    background: url(../images/foo_line.png) left top no-repeat;

  }

  .foo .foo_main .foo_cen .ewm > img {

    width: 150px;

    height: 150px;

  }

  .foo .foo_main .foo_cen .foo_links > a {

    display: block;

    width: 157px;

    height: 40px;

    border-radius: 19px;

    font-size: 14px;

    text-align: center;

    line-height: 40px;

    box-shadow: none;

  }

  .foo .foo_main .foo_cen .foo_links > a:nth-child(1) {

    color: #ffffff;

    background-color: #e6002d;

    margin-bottom: 16px;

  }

  .foo .foo_main .foo_cen .foo_links > a:nth-child(2) {

    background-color: #ffffff;

    color: #666666;

  }

  .foo .foo_main .bq {

    text-align: center;

    font-size: 14px;

    color: rgba(255, 255, 255, 0.7);

    margin-top: 45px;

  }

  .foo .foo_main .bq a {

    color: rgba(255, 255, 255, 0.7);

  }

  .foo .foo_main .bq img {

    display: inline-block;

    vertical-align: middle;

  }
.foo_main {
    width: 1300px;
    margin: 0 auto;
}
.myclearfix:after {
    content: "";
    display: block;
    clear: both;
}
.leftl {
    float: left;
}

.rightr {
    float: right;
}

.home-about .container .word .content .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}




/*底部*/